home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TSNAPSHOTDIALOG / TSNAPSHOTDIALOG.txt
Text File  |  2008-11-03  |  4KB  |  162 lines

  1. inherited SnapshotDialog: TSnapshotDialog
  2.   Left = 527
  3.   Top = 321
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'Snapshot_Options'
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'Save Snapshot'
  8.   ClientHeight = 294
  9.   ClientWidth = 353
  10.   OnCloseQuery = FormCloseQuery
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PageControl: TUiPageControl
  15.     Left = 0
  16.     Top = 0
  17.     Width = 353
  18.     Height = 261
  19.     ActivePage = tsConfirm
  20.     Style = tsFlatButtons
  21.     TabOrder = 0
  22.     TabStop = False
  23.     object tsConfirm: TUiTabSheet
  24.       TabVisible = False
  25.       object DirGroupBox: TUiGroupBox
  26.         Left = 4
  27.         Top = 2
  28.         Width = 337
  29.         Height = 113
  30.         Caption = 'Folder'
  31.         TabOrder = 0
  32.         object MRUDirBrowseBtn: TUiBrowseSpeedButton
  33.           Left = 304
  34.           Top = 80
  35.           Hint = 'Browse'
  36.           BrowseEdit = MRUDirEdit
  37.         end
  38.         object DirUseLeftEdit: TUiRadioButton
  39.           Left = 8
  40.           Top = 20
  41.           Height = 17
  42.           Caption = '&Left base folder'
  43.           TabOrder = 0
  44.           OnClick = DirUseClick
  45.         end
  46.         object DirUseRightEdit: TUiRadioButton
  47.           Left = 8
  48.           Top = 40
  49.           Height = 17
  50.           Caption = '&Right base folder'
  51.           TabOrder = 1
  52.           OnClick = DirUseClick
  53.         end
  54.         object DirUseMRUEdit: TUiRadioButton
  55.           Left = 8
  56.           Top = 60
  57.           Height = 17
  58.           Caption = '&Other:'
  59.           TabOrder = 2
  60.           OnClick = DirUseClick
  61.         end
  62.         object MRUDirEdit: TUiBrowseEdit
  63.           Left = 25
  64.           Top = 80
  65.           Width = 271
  66.           Height = 21
  67.           TabOrder = 3
  68.           OnChange = MRUDirChanged
  69.           DirsOnly = True
  70.           OnBrowse = MRUDirBrowse
  71.         end
  72.       end
  73.       object IncludeGroupBox: TUiGroupBox
  74.         Left = 4
  75.         Top = 122
  76.         Width = 337
  77.         Height = 127
  78.         Caption = 'Include'
  79.         TabOrder = 1
  80.         object IncludeCRCsEdit: TUiCheckBox
  81.           Left = 8
  82.           Top = 20
  83.           Height = 17
  84.           Caption = '&CRCs'
  85.           TabOrder = 0
  86.         end
  87.         object IncludeExeVersionsEdit: TUiCheckBox
  88.           Left = 8
  89.           Top = 40
  90.           Height = 17
  91.           Caption = 'Exe &versions'
  92.           TabOrder = 1
  93.         end
  94.         object IncludeArchiveContentsEdit: TUiCheckBox
  95.           Left = 8
  96.           Top = 60
  97.           Height = 17
  98.           Caption = '&Archive contents'
  99.           TabOrder = 2
  100.         end
  101.         object IncludeFilteredEdit: TUiCheckBox
  102.           Left = 9
  103.           Top = 80
  104.           Height = 17
  105.           Caption = 'Items excluded by &file filters'
  106.           TabOrder = 3
  107.         end
  108.         object IncludeEmptyDirsEdit: TUiCheckBox
  109.           Left = 9
  110.           Top = 100
  111.           Height = 17
  112.           Caption = '&Empty folders'
  113.           TabOrder = 4
  114.         end
  115.       end
  116.     end
  117.     object tsProgress: TUiTabSheet
  118.       TabVisible = False
  119.       object ProgressLbl: TUiLabel
  120.         Left = 4
  121.         Top = 2
  122.         Height = 13
  123.         Caption = 'Saving snapshot'
  124.       end
  125.       object ProgressBar: TUiProgressBar
  126.         Left = 4
  127.         Top = 22
  128.         Width = 337
  129.         Height = 17
  130.         TabOrder = 0
  131.       end
  132.     end
  133.   end
  134.   object BottomPanel: TUiPanel
  135.     Left = 0
  136.     Top = 257
  137.     Width = 353
  138.     Height = 37
  139.     Align = alBottom
  140.     BevelOuter = bvNone
  141.     TabOrder = 1
  142.     object StartBtn: TUiButton
  143.       Left = 192
  144.       Top = 8
  145.       Caption = '&Start'
  146.       Default = True
  147.       TabOrder = 0
  148.       OnClick = StartClick
  149.       AutoSize = asRight
  150.     end
  151.     object CancelBtn: TUiButton
  152.       Left = 272
  153.       Top = 8
  154.       Cancel = True
  155.       Caption = 'Cancel'
  156.       TabOrder = 1
  157.       OnClick = CancelClick
  158.       AutoSize = asRight
  159.     end
  160.   end
  161. end
  162.